github.com/jackc/pgx/v5/pgtype.scanPlanJSONBCodecBinaryUnwrapper.textPlan (field)

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		jsonb.go#L49: 			return &scanPlanJSONBCodecBinaryUnwrapper{textPlan: plan}
		jsonb.go#L59: 	textPlan ScanPlan
		jsonb.go#L64: 		return plan.textPlan.Scan(src, dst)
		jsonb.go#L75: 	return plan.textPlan.Scan(src[1:], dst)